TESelView
TESelView Scroll selection range into view
#include <TextEdit.h> TextEdit
void TESelView(hTE );
TEHandle hTE ; handle of an edit record
TESelView causes TextEdit to force the current selection range/insertion
point to be displayed in the view rectangle. This has no effect unless
TEAutoView(TRUE,hTE) has been called previously.
hTE is a handle obtained via TENew (old style TextEdit record) or
TEStylNew (new style TextEdit record). It leads to a
variable-length TERec structure and identifies the edit record to be
affected by this change.
Returns: none

Notes: The top left corner of the selection range (or the insertion
point itself) is scrolled into view.
Remember to set automatic scrolling ON by calling TEAutoView(TRUE...).